home *** CD-ROM | disk | FTP | other *** search
/ com!online 2002 January / com! 2002.01.iso / autohtml / selfhtml / html / multimedia / anzeige / nibbles.swf / scripts / frame_72 / DoAction.as
Encoding:
Text File  |  2001-10-27  |  486 b   |  19 lines

  1. n = "0";
  2. n1 = "0";
  3. while(n1 < "4")
  4. {
  5.    n1 += "1";
  6.    while(n < "28")
  7.    {
  8.       n += "1";
  9.       if(n < "14" or "17" < n)
  10.       {
  11.          duplicateMovieClip("bgbox","bgbox" add (n + n1 * "30"),n + "200" + n1 * "30" + 16384);
  12.          setProperty("bgbox" add (n + n1 * "30"), _X, n1 * "10" * boxw + temp2);
  13.          setProperty("bgbox" add (n + n1 * "30"), _Y, (n + "1") * boxh);
  14.          set("x" add n1 * "10" add "y" add (n + "1"),temp1);
  15.       }
  16.    }
  17.    n = "0";
  18. }
  19.